home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Gobby 0.4.7 / gobby-0.4.7.exe / {app} / share / gtksourceview-2.0 / language-specs / libtool.lang < prev    next >
Extensible Markup Language  |  2008-09-09  |  2KB  |  56 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  
  4.  Author: Yevgen Muntyan <muntyan@tamu.edu>
  5.  Copyright (C) 2006-2007 Yevgen Muntyan <muntyan@tamu.edu>
  6.  
  7.  This library is free software; you can redistribute it and/or
  8.  modify it under the terms of the GNU Library General Public
  9.  License as published by the Free Software Foundation; either
  10.  version 2 of the License, or (at your option) any later version.
  11.  
  12.  This library is distributed in the hope that it will be useful,
  13.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15.  Library General Public License for more details.
  16.  
  17.  You should have received a copy of the GNU Library General Public
  18.  License along with this library; if not, write to the
  19.  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  20.  Boston, MA 02111-1307, USA.
  21.  
  22. -->
  23. <language id="libtool" _name="libtool" version="2.0" _section="Others">
  24.   <metadata>
  25.     <property name="mimetypes">text/x-libtool</property>
  26.     <property name="globs">*.la;*.lai;*.lo</property>
  27.     <property name="line-comment-start">#</property>
  28.   </metadata>
  29.  
  30.   <styles>
  31.     <style id="constant" _name="Constant" map-to="def:constant"/>
  32.     <style id="boolean" _name="Boolean" map-to="libtool:constant"/>
  33.   </styles>
  34.  
  35.   <definitions>
  36.     <context id="libtool">
  37.       <include>
  38.         <context ref="def:shell-like-comment"/>
  39.         <context end-at-line-end="true">
  40.           <start>\=</start>
  41.           <include>
  42.             <context ref="def:single-quoted-string"/>
  43.             <context ref="def:string"/>
  44.             <context ref="def:shell-like-comment"/>
  45.             <context ref="def:decimal" style-ref="constant"/>
  46.             <context style-ref="boolean">
  47.               <keyword>yes</keyword>
  48.               <keyword>no</keyword>
  49.             </context>
  50.           </include>
  51.         </context>
  52.       </include>
  53.     </context>
  54.   </definitions>
  55. </language>
  56.